Which browsers handle `Content-Encoding: gzip` and which of them has any special requirements on encodinq quality?
Posted
by
user1049847
on Pro Webmasters
See other posts from Pro Webmasters
or by user1049847
Published on 2011-11-18T22:57:40Z
Indexed on
2011/11/19
2:09 UTC
Read the original article
Hit count: 141
gzip
I am creating a "hand made" HTTP 1/0, 1/1 server. I recently integrated zip lib so now I can stream encoded gziped data in and out. I wonder Which major browsers (alive ones - IE6-IE10, Chrome, FF, etc) send Accept-Encoding: deflate, gzip, ...
and so can handle Content-Encoding: gzip
today? Which of them send any quality expectations? Which of them can send encoded gziped post request and multypart/form data to my server?
© Pro Webmasters or respective owner